home *** CD-ROM | disk | FTP | other *** search
/ Cool Shareware / Cool Shareware PC-World CD-ROM (Digital Concepts)(PA1099R9)(1999).BIN / SETUP.DAT < prev    next >
Text File  |  1999-05-06  |  881b  |  19 lines

  1. //the maximum width of a line is 512 characters
  2. [constants]
  3. ErrorMessage1=We're Sorry, but we were unable to install AOL on your computer.  We suggest you try freeing up space on your hard disk, then try to install AOL again.  If you are still unable to install AOL, please call 1-888-265-8006 for assistance.
  4.  
  5. [data]
  6. //Data format is as follows
  7. //Installer executable path,OS,CPU,RAM,Browser version number required,HD space,command line paramters for the installer
  8. //4.0 32-bit w/0 IE
  9. %installdir%win9x\setup32.exe,OS1,CPU1,RAM2,43110,30,
  10. //4.0 32-bit w IE
  11. %installdir%win9x\setup32.exe,OS1,CPU1,RAM2,,90,
  12. //4.0 16-bit
  13. %installdir%win31\setup16.exe,OS1|OS2,CPU2,RAM2,,25,
  14. //3.0 16-bit for win 31 & win nt
  15. %installdir%aol30\setup31.exe,OS1|OS2|OS3,CPU3,RAM1,,20,
  16. //3.0 16-bit small for win 31 & win nt
  17. %installdir%aol30\setup31s.exe,OS1|OS2|OS3,CPU3,RAM1,,3.5,
  18.  
  19.